home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / opsys / macos / pm5 / pm5.dmg / PowerMail 5.0 / SpamSieve.app / Contents / Resources / SpamSieve.scriptTerminology < prev    next >
Encoding:
Extensible Markup Language  |  2004-04-15  |  5.1 KB  |  185 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>NSApplication</key>
  8.         <dict>
  9.             <key>Name</key>
  10.             <string>application</string>
  11.             <key>PluralName</key>
  12.             <string>applications</string>
  13.         </dict>
  14.     </dict>
  15.     <key>Commands</key>
  16.     <dict>
  17.         <key>AddGood</key>
  18.         <dict>
  19.             <key>Arguments</key>
  20.             <dict>
  21.                 <key>DecodeMessageContent</key>
  22.                 <dict>
  23.                     <key>Description</key>
  24.                     <string>If present and false, SpamSieve will not try to decode base64 and quoted-printable message content.</string>
  25.                     <key>Name</key>
  26.                     <string>decoding message content</string>
  27.                 </dict>
  28.                 <key>Message</key>
  29.                 <dict>
  30.                     <key>Description</key>
  31.                     <string>The text of the good message.</string>
  32.                     <key>Name</key>
  33.                     <string>message</string>
  34.                 </dict>
  35.                 <key>Separator</key>
  36.                 <dict>
  37.                     <key>Description</key>
  38.                     <string>Optional message part separator for non-RFC822 messages.</string>
  39.                     <key>Name</key>
  40.                     <string>separator</string>
  41.                 </dict>
  42.                 <key>TryRFC822</key>
  43.                 <dict>
  44.                     <key>Description</key>
  45.                     <string>If you know apriori that the message is not RFC822-compliant, passing "false" will improve performance.</string>
  46.                     <key>Name</key>
  47.                     <string>trying RFC822</string>
  48.                 </dict>
  49.             </dict>
  50.             <key>Name</key>
  51.             <string>add good</string>
  52.         </dict>
  53.         <key>AddSpam</key>
  54.         <dict>
  55.             <key>Arguments</key>
  56.             <dict>
  57.                 <key>DecodeMessageContent</key>
  58.                 <dict>
  59.                     <key>Description</key>
  60.                     <string>If present and false, SpamSieve will not try to decode base64 and quoted-printable message content.</string>
  61.                     <key>Name</key>
  62.                     <string>decoding message content</string>
  63.                 </dict>
  64.                 <key>Message</key>
  65.                 <dict>
  66.                     <key>Description</key>
  67.                     <string>The text of the spam message.</string>
  68.                     <key>Name</key>
  69.                     <string>message</string>
  70.                 </dict>
  71.                 <key>Separator</key>
  72.                 <dict>
  73.                     <key>Description</key>
  74.                     <string>Optional message part separator for non-RFC822 messages.</string>
  75.                     <key>Name</key>
  76.                     <string>separator</string>
  77.                 </dict>
  78.                 <key>TryRFC822</key>
  79.                 <dict>
  80.                     <key>Description</key>
  81.                     <string>If you know apriori that the message is not RFC822-compliant, passing "false" will improve performance.</string>
  82.                     <key>Name</key>
  83.                     <string>trying RFC822</string>
  84.                 </dict>
  85.             </dict>
  86.             <key>Name</key>
  87.             <string>add spam</string>
  88.         </dict>
  89.         <key>Ignore</key>
  90.         <dict>
  91.             <key>Name</key>
  92.             <string>nop</string>
  93.         </dict>
  94.         <key>IsSpam</key>
  95.         <dict>
  96.             <key>Arguments</key>
  97.             <dict>
  98.                 <key>AddIfGood</key>
  99.                 <dict>
  100.                     <key>Description</key>
  101.                     <string>If present and true, overrides the preferences.</string>
  102.                     <key>Name</key>
  103.                     <string>adding if good</string>
  104.                 </dict>
  105.                 <key>AddIfSpam</key>
  106.                 <dict>
  107.                     <key>Description</key>
  108.                     <string>If present and true, overrides the preferences.</string>
  109.                     <key>Name</key>
  110.                     <string>adding if spam</string>
  111.                 </dict>
  112.                 <key>DecodeMessageContent</key>
  113.                 <dict>
  114.                     <key>Description</key>
  115.                     <string>If present and false, SpamSieve will not try to decode base64 and quoted-printable message content.</string>
  116.                     <key>Name</key>
  117.                     <string>decoding message content</string>
  118.                 </dict>
  119.                 <key>Message</key>
  120.                 <dict>
  121.                     <key>Description</key>
  122.                     <string>The text of the message (hopefully RFC822-compliant).</string>
  123.                     <key>Name</key>
  124.                     <string>message</string>
  125.                 </dict>
  126.                 <key>Separator</key>
  127.                 <dict>
  128.                     <key>Description</key>
  129.                     <string>Optional message part separator for non-RFC822 messages.</string>
  130.                     <key>Name</key>
  131.                     <string>separator</string>
  132.                 </dict>
  133.                 <key>TryRFC822</key>
  134.                 <dict>
  135.                     <key>Description</key>
  136.                     <string>If you know apriori that the message is not RFC822-compliant, passing "false" will improve performance.</string>
  137.                     <key>Name</key>
  138.                     <string>trying RFC822</string>
  139.                 </dict>
  140.             </dict>
  141.             <key>Name</key>
  142.             <string>looks like spam</string>
  143.         </dict>
  144.         <key>Score</key>
  145.         <dict>
  146.             <key>Arguments</key>
  147.             <dict>
  148.                 <key>DecodeMessageContent</key>
  149.                 <dict>
  150.                     <key>Description</key>
  151.                     <string>If present and false, SpamSieve will not try to decode base64 and quoted-printable message content.</string>
  152.                     <key>Name</key>
  153.                     <string>decoding message content</string>
  154.                 </dict>
  155.                 <key>Message</key>
  156.                 <dict>
  157.                     <key>Description</key>
  158.                     <string>The text of the message (hopefully RFC822-compliant).</string>
  159.                     <key>Name</key>
  160.                     <string>message</string>
  161.                 </dict>
  162.                 <key>Separator</key>
  163.                 <dict>
  164.                     <key>Description</key>
  165.                     <string>Optional message part separator for non-RFC822 messages.</string>
  166.                     <key>Name</key>
  167.                     <string>separator</string>
  168.                 </dict>
  169.                 <key>TryRFC822</key>
  170.                 <dict>
  171.                     <key>Description</key>
  172.                     <string>If you know apriori that the message is not RFC822-compliant, passing "false" will improve performance.</string>
  173.                     <key>Name</key>
  174.                     <string>trying RFC822</string>
  175.                 </dict>
  176.             </dict>
  177.             <key>Name</key>
  178.             <string>score</string>
  179.         </dict>
  180.     </dict>
  181.     <key>Name</key>
  182.     <string>SpamSieve</string>
  183. </dict>
  184. </plist>
  185.